ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Wpf Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class
Members

In This Topic
    DelegateCommand<TParm> Class
    In This Topic
    DelegateCommand implementation
    Object Model
    DelegateCommand<TParm> Class
    Syntax
    'Declaration
     
    Public Class DelegateCommand(Of TParm) 
       Implements ICommand, IDelegateCommand 
    public class DelegateCommand<TParm> : ICommand, IDelegateCommand  
    Type Parameters
    TParm
    Inheritance Hierarchy

    System.Object
       GrapeCity.Viewer.Common.DelegateCommand<TParm>

    See Also